EXTEND: Now it's your turn to customize your program however you want!

  • Try adding some more cheer moves from .
  • Try changing the or .
  • Try adding a second cheerleader to your routine!
  • Click Submit to complete your Hour of Code! Click Next to apply your skills in a new project!

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("footballfield2") sprite = codesters.Sprite("cheerleader1") sprite.set_speed(2) sprite.move_down(150) sprite.flip_up_down() sprite.move_right(200) sprite.move_left(200) sprite.flip_up_down() stage.wait(2) sprite.move_up(50) sprite.turn_left(360) sprite.move_down(50) stage.wait(2) sprite.flip_right_left() stage.wait(1) sprite.flip_right_left() stage.wait(1) sprite.flip_right_left() stage.wait(1) sprite.flip_right_left() stage.wait(1) sprite.say("Go team!")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)